home *** CD-ROM | disk | FTP | other *** search
- 1 scnclr
- 5 screen 0, 5, 0
- 10 window #1, 100,10,140,100, "WINDOW #1"
- 15 cmd #1
- 16 scnclr
- 20 circle (5,5), 0, 1
- 25 x = x+3
- 30 y = y+3
- 35 s = s+2
- 40 circle (x,y), s, 1
- 45 if x = 60 then sleep 5*10^6 : scnclr: goto 55
- 50 goto 25
- 55 circle (50,50), 0, 1
- 60 s1 = s1+1
- 65 circle (50,50), s1, 1
- 70 if s1 = 50 then sleep 5*10^6 :scnclr : end
- 75 goto 60
-